home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000257_fdc@columbia.edu_Wed Mar 1 10:45:26 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: mouse scroll wheel in Kermit 95?
  5. Date: 1 Mar 2006 15:39:47 GMT
  6. Organization: Columbia University
  7. Lines: 54
  8. Message-ID: <slrne0bg23.c0g.fdc@sesame.cc.columbia.edu>
  9. References: <1140818534.535615.255830@j33g2000cwa.googlegroups.com> <1140825972.873575.75100@i40g2000cwc.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1141227587 13155 128.59.59.56 (1 Mar 2006 15:39:47 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 1 Mar 2006 15:39:47 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15507
  17.  
  18. On 2006-02-25, Mark Sapiro <slash_dev_slash_null_2000@yahoo.com> wrote:
  19. : tomviolin wrote:
  20. :>
  21. :> Are there any special settings I can make in either the mouse driver or
  22. :> in Kermit 95 to make this work?  This would be very nice to have.
  23. :
  24. : Good question. I've never given this much thought, but I have a mouse
  25. : with a wheel that works in most windows apps, but apparently not in
  26. : k95g...
  27. :
  28. I confess, all this is a mystery to me.  The behavior is different from one
  29. machine to another.  I have two PCs in my office, both with K95G 2.1.3 and
  30. Windows XP.  The mouse wheel works fine in Kermit on one of them (machine A),
  31. and not at all on the other (B).  This is clearly a Windows issue and not a
  32. Kermit one.  If Windows feeds Kermit the mouse wheel events, Kermit knows what
  33. to do with them.  The Kermit scrolling that you see when the mouse wheel does
  34. work is being done by Kermit itself.
  35.  
  36. I have Photoshop on the same two machines, and the same is true there.  The
  37. mouse wheel works as expected on machine A (e.g. for scrolling an enlarged
  38. image vertically) but not at all on machine B.  Yet the wheel works fine on
  39. Macnine B in other applications such as IE and Firefox.
  40.  
  41. : show mouse [says]:
  42. :
  43. : Button Count:   2
  44. : ...
  45. : Button 3 Double-Click = Kverb: \Kpaste
  46. :
  47. My machine A says the same thing, yet the wheel button does something --
  48. "Autoscroll".  Going into the Mouse folder of the Control Panel, I see that's
  49. exactly what it's configured to do.  You can change this in the Mouse
  50. Properties dialog, but it seems you can't assign "Click" to it because Click
  51. can only be assigned to one button and it's already assigned to Button 1.  The
  52. same is true for the thumb buttons on (e.g.) the InteliMouse Explorer.  Thus
  53. it would seem to be impossible to program buttons 3 or above in Kermit because
  54. Windows won't let them generate a simple click event.
  55.  
  56. What about the turning the wheel.  Go to the Wheel tab in the Mouse Properties
  57. dialog ...  Hmmm, well this is a mystery.  I have entirely different Mouse
  58. Properties dialogs on the two machines, even though the OS and patch level
  59. are identical, and the machines are both Dell.  Go figure.
  60.  
  61. On the machine where wheel scrolling works, the Wheel tab has a "Wheel
  62. Troubleshooter" section: "Click Troubleshooter if the wheel does not work as
  63. expected".  It also has an "Advanced" button.
  64.  
  65. On the (newer) machine B, where wheel scrolling doesn't work, there are no
  66. such features on the Wheel tab.  Perfect.
  67.  
  68. Maybe this information will provide some clues to someone who understands
  69. Windows better than I do.
  70.  
  71. - Frank